@charset "UTF-8";
#loadingbox {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: simsun;
}

.color_main {
  color: #e65243;
}

.red {
  color: #d72323;
}

.level {
  font-size: 0;
}
.level li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  vertical-align: middle;
}

.dl dl {
  width: 100%;
  clear: both;
  font-size: 0;
}
.dl dt, .dl dd {
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
}
.dl dt {
  padding-right: 10px;
  text-align: right;
}
.dl .vt {
  vertical-align: top;
}
.dl .tl {
  text-align: left;
}

.w1200 {
  width: 1200px;
}

.w100p {
  min-width: 1200px;
}

.inp {
  -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  outline: none;
  border: 1px solid #dadada;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.inp:hover, .inp:focus {
  border: 1px solid #e65243;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dadada !important;
  -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
  box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
}

.otw, .ul_questionanswer .p_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg_black50 {
  background: url(../images/bg_black50.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.5);
}

.bg_black65 {
  background: url(http://www.mjssj.com/Public/Front/images/bg_black65.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.65);
}

.bg_black40 {
  background: url(http://www.mjssj.com/Public/Front/images/bg_black40.png) 0 0 no-repeat\9;
  background: rgba(0, 0, 0, 0.4);
}

.bg_black30 {
  background: url(../images/bg_black30.png) 0 0 repeat\9;
  background: rgba(0, 0, 0, 0.3);
}

.bg_white50 {
  background: url(../images/bg_white50.png) 0 0 repeat\9;
  background: rgba(255, 255, 255, 0.5);
}

.ul_condition li {
  padding: 15px 0;
}
.ul_condition li + li {
  border-top: 1px solid #E6E6E6;
}
.ul_condition dt {
  height: 44px;
  vertical-align: top;
  line-height: 44px;
  font-size: 14px;
  color: #A1A0A0;
}
.ul_condition dd {
  width: 1130px;
}
.ul_condition .a_more {
  display: block;
  padding-right: 20px;
  height: 44px;
  line-height: 44px;
  background: url(../images/ico_arrow1.png) right center no-repeat;
  font-size: 14px;
  color: #000;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.ul_condition .a_more:hover {
  color: #FF6700;
}
.ul_condition .linkbox {
  width: 1000px;
  height: 44px;
  font-size: 0;
  overflow: hidden;
  float: left;
}
.ul_condition .linkbox.show {
  height: auto;
}
.ul_condition .linkbox a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  color: #424242;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 125px;
  box-sizing: border-box;
  height: 44px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.ul_condition .a_links {
  padding-top: 10px;
  height: 24px;
}
.ul_condition .a_links a {
  line-height: 24px;
  height: 24px;
  margin-bottom: 20px;
}
.ul_condition .a_links a:hover {
  color: #FF6700;
}
.ul_condition .a_links a.cur {
  color: #FF6700;
}
.ul_condition .bd_links a {
  line-height: 42px;
  border: 1px solid #D1D1D1;
}
.ul_condition .bd_links a:hover {
  color: #FF6700;
  border: 1px solid #FF6700;
}
.ul_condition .bd_links a.cur {
  color: #FF6700;
  border: 1px solid #FF6700;
}
.ul_condition .bd_links a:first-child {
  border: none;
}
.ul_condition .img_links a {
  line-height: 42px;
  font-size: 0;
  border: 1px solid #D1D1D1;
}
.ul_condition .img_links a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ul_condition .img_links a:hover {
  border: 1px solid #FF6700;
}
.ul_condition .img_links a.cur {
  border: 1px solid #FF6700;
  color: #FF6700;
}
.ul_condition .img_links a:first-child {
  border: none;
  font-size: 14px;
}

.ul_questionanswer {
  padding: 0 15px;
}
.ul_questionanswer li + li {
  border-top: 1px solid #E9E9E9;
}
.ul_questionanswer li {
  line-height: 30px;
  padding: 30px 0;
  cursor: auto;
}
.ul_questionanswer .p_title {
  position: relative;
  padding: 0 60px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.ul_questionanswer .p_title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #A83042;
  border-radius: 50%;
  left: 26px;
  top: 50%;
  margin-top: -4px;
}
.ul_questionanswer .p_title:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 8px;
  background: url(../images/ico_arrow1.png) center center no-repeat;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transform: rotate(-90deg);
}
.ul_questionanswer .p_title.show:after {
  transform: rotate(0deg);
}
.ul_questionanswer .answerbox {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  padding: 0 60px;
  line-height: 24px;
}

.bgf5 {
  background: #F5F5F5;
}

@keyframes opl_r {
  0% {
    transform: translate(-10px, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fen-xiang .fenxiang {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 29px;
  background: #FFF;
  padding: 5px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.fen-xiang .fenxiang:hover {
  width: 280px;
}
.fen-xiang .fenxiang:hover .showlinkbox {
  display: block;
}
.fen-xiang .fenxiang:hover .showlinkbox img {
  opacity: 0;
  filter: alpha(opacity=100);
  animation: opl_r 0.4s 0.25s linear forwards;
}
.fen-xiang .showlinkbox {
  display: none;
  position: absolute;
  right: 0;
  width: 210px;
  top: 5px;
}
.fen-xiang .showlinkbox img {
  opacity: 0;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.fen-xiang .border-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  background: url(../images/fx.png) center center no-repeat;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  margin: 0;
  position: relative;
}
.fen-xiang .border-img:after {
  content: '分享';
  position: absolute;
  font-size: 14px;
  color: #B2B2B2;
  text-align: center;
  width: 100%;
  height: 24px;
  line-height: 24px;
  bottom: -30px;
}

/*jQzoom*/
div.zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomdiv img {
  max-width: none;
}

div.jqZoomPup {
  cursor: move;
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: white url(http://www.mjssj.com/Public/Front/images/zoomlens.gif) 50% top no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
div.jqZoomPup img {
  max-width: none;
}

.leftpicture {
  width: 418px;
  height: 490px;
  border: 1px solid #F3F3F3;
}
.leftpicture .toppicture {
  width: 418px;
  height: 418px;
  overflow: hidden;
  border: 1px solid #E1E1E1;
}
.leftpicture .toppicture .r_tmark {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #F0F0F1;
  width: 40px;
  height: 40px;
  background: #78BB64;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
.leftpicture .toppicture img {
  width: 100%;
  height: 100%;
}
.leftpicture .botpicture {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.leftpicture .btnfl, .leftpicture .btnfr {
  width: 28px;
  height: 60px;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  font-size: 18px;
  color: #787878;
  text-align: center;
  line-height: 60px;
  font-family: simsun;
  background: #F0F0F1;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.leftpicture .btnfl:hover, .leftpicture .btnfr:hover {
  background: #78BB64;
  color: #F0F0F1;
}
.leftpicture .btnfl {
  left: 0;
}
.leftpicture .btnfr {
  right: 0;
}
.leftpicture .centerpics {
  width: 343px;
  height: 80px;
  overflow: hidden;
}
.leftpicture .centerpics ul {
  width: 1000px;
}
.leftpicture .centerpics li {
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  border: 1px solid #F0F0F1;
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.leftpicture .centerpics li:last-child {
  margin-right: 0;
}
.leftpicture .centerpics li img {
  max-width: 58px;
  min-height: 58px;
}
.leftpicture .centerpics .cur {
  border: 1px solid #A83042;
}
.leftpicture .centerpics .cur:hover {
  border: 1px solid #A83042;
}
.leftpicture .bot_a {
  padding-top: 20px;
  height: 40px;
  line-height: 40px;
}
.leftpicture .bot_a a {
  color: #78BB64;
  display: inline-block;
  width: 128px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #78BB64;
  background: #fff;
  text-align: center;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}
.leftpicture .bot_a a:hover {
  background: #78BB64;
  color: #fff;
}
.leftpicture .bot_a a + a {
  margin-left: 14px;
}

.right-content .productmsg p {
  cursor: auto;
  border: none;
  height: auto;
  padding: 0;
  vertical-align: baseline;
}

.right-cbtn p {
  cursor: auto;
  border: none;
  height: auto;
  padding: 0;
  vertical-align: baseline;
}

.mianfei {
  padding-top: 10px;
}
.mianfei span {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  background: #A83042;
  color: #fff;
  text-align: center;
}

.ico_sskth1 {
  width: 24.3px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.ico_sskth1.ico1 {
  background-image: url(../images/ico_sskt1_2.png);
  background-size: 21.6px 21.6px;
}
.ico_sskth1.ico2 {
  background-image: url(../images/ico_sskt2_2.png);
  background-size: 19.8px 22.2px;
}
.ico_sskth1.ico3 {
  background-image: url(../images/ico_sskt3_2.png);
  background-size: 15.9px 24.9px;
}
.ico_sskth1.ico4 {
  background-image: url(../images/ico_sskt4_2.png);
  background-size: 24.3px 23.7px;
}
.ico_sskth1.ico5 {
  background-image: url(../images/ico_sskt5_2.png);
  background-size: 18.6px 18.6px;
}
